home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / DA / P / Pica Calculator 2 / PC2 Folder / PC2 Help File / PC2 Help File.rsrc / pHLP_31332_Calulations and Conversions < prev    next >
Encoding:
Text File  |  1993-07-16  |  1.1 KB  |  15 lines

  1. Conversion of the various numeric formats are carried out automatically when the values entered conform to the formats supported by the PC2. However, you should be aware that the need for conversion may appear in two different forms.
  2.  
  3. The most frequent (or typical) conversion is when one a form is a factor in a calculation that involves "other" numeric forms.  For example:  1"+5p6=
  4.  
  5. The second type is an "ratio-equivalancy". For example figuring the physical size of a scanned image based on the number of pixels and resolution. Assume: Width=956 pixels and Height=1311 pixels, and Resolution=140/cm. Obviously the physical size is determined by dividing the width and height by the resolution, but the application of the "cm" is often mis-interpreted.
  6.  
  7. The correct formulas are:
  8. Width = 956 ÷ 140 * 1cm
  9. Height = 1311 ÷ 140 * 1cm
  10.  
  11. The frequent mistake is:
  12. Width = 956 ÷ (140 ÷ 1cm)
  13. Height = 1311 ÷ (140 ÷ 1cm)
  14.  
  15. The Width and Height values will be displayed in the form selected via the popup menu of the PC2. However to compute the proper results the cm (centimetres) factor is required in the calculation.